projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8366cfb
)
(ps-run-make-tmp-filename): Use make-temp-file.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 2002 22:21:08 +0000
(22:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 2002 22:21:08 +0000
(22:21 +0000)
lisp/progmodes/ps-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ps-mode.el
b/lisp/progmodes/ps-mode.el
index 58e87386b31f7a735789ffe117e2c9481b863d39..1debc3667fe96d09ade5c44c980e605e6921da63 100644
(file)
--- a/
lisp/progmodes/ps-mode.el
+++ b/
lisp/progmodes/ps-mode.el
@@
-1125,7
+1125,7
@@
grestore
(unless ps-run-tmp-dir
(setq ps-run-tmp-dir "/tmp"))
(setq ps-mode-tmp-file
- (make-temp-
nam
e
+ (make-temp-
fil
e
(concat
(if ps-run-tmp-dir
(file-name-as-directory ps-run-tmp-dir)